Namespaces

Functions

mixed
app(string $abstract = null, array $parameters = [])

Resolve the given type from the container.

mixed
array_to_object($o, $array)

Fills an object properties from an array.

string
camelcase(string $string, bool $leaveSlashes = false)

Returns $string in CamelCase.

string
core_class(string $class, bool $prefix = false)

Returns a concrete5 namespaced class. $prefix is either true (for application), or a package handle or null.

core_log($message, mixed $level = \Monolog\Logger::DEBUG, mixed $channel = \Concrete\Core\Logging\Channels::CHANNEL_APPLICATION)

Easily logs something.

getAttributeOptionHTML($v)

No description

string
h(string $input)

Security helper.

mixed
id(mixed $mixed)

Class member access on instantiation.

output_vars(array $get_defined_vars, object|null $valueOfThis = null, bool $return = false)

Generate the PHPDoc for a set of defined variables.

overrideable_core_class($class, $path, $pkgHandle = null)

No description

setFontPx($weight)

No description

string
t(string $text, mixed ...$args)

Translate text (simple form).

string
t2(string $singular, string $plural, int $number, mixed ...$args)

Translate text (plural form).

string
tc(string $context, string $text, mixed ...$args)

Translate text (simple form) with a context.

string
uncamelcase(string $string)

Returns CamelCase string as camel_case.

var_dump_safe($o, mixed $echo = true, bool $maxDepth = true)

Dumps information about a variable in a way that can be used with Doctrine recursive objects.).